Post

Replies

Boosts

Views

Activity

verify the refresh token up to once a day
I saw the descriptionYou may verify the refresh token up to once a day to confirm that the user’s Apple ID on that device is still in good standing with Apple’s servers.in https://developer.apple.com/documentation/signinwithapplerestapi/verifying_a_user .I have two question about the description:Why should we verify the refresh token instead of access token to confirm the user's Apple ID is still in good standing with Apple's server?The doc said refresh token can only verify once a day. But i can verify refresh token multiple times in practice. Is there some conflict between documentation and implementation?https://www.dropbox.com/s/l6ncxxvumil6sfs/1571217862017.png?dl=0Update on 10/17/2019:For apps running on other systems, use the periodic successful verification of the refresh token to determine the lifetime of the user session.I also saw the description above in in https://developer.apple.com/documentation/signinwithapplerestapi/verifying_a_user . I think periodic is also conflict with once a day.
1
0
1.2k
Oct ’19
Question for Transfers Across Teams
When I migrate from team A to team B, is it possible that the sub in team A and the sub in team B overlap? For example, after the migration is completed, the sub of a user in team B is 820417.faa325acbc78e1be1668ba852d492d8a.0219. Will 820417.faa325acbc78e1be1668ba852d492d8a.0219 be the sub of another user in team A before the migration?
0
0
349
Apr ’22